home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pascal Super Library
/
Pascal Super Library (CW International)(1997).bin
/
DELPHI32
/
BUTTONS
/
XTOOLBTN
/
XTOOLBTN.ZIP
/
xlic.dfm
/
xlic.txt
Wrap
Text File
|
1996-05-25
|
2KB
|
84 lines
object MyxTools: TMyxTools
Left = 438
Top = 230
Cursor = crHourGlass
BorderIcons = []
BorderStyle = bsToolWindow
Caption = 'Written using xTools...'
ClientHeight = 361
ClientWidth = 290
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
FormStyle = fsStayOnTop
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 16
object lbWait: TLabel
Left = 16
Top = 8
Width = 4
Height = 16
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
Transparent = True
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 290
Height = 361
Align = alClient
BevelInner = bvLowered
BevelWidth = 2
Caption = 'Panel1'
Ctl3D = False
ParentCtl3D = False
TabOrder = 0
object Image: TImage
Left = 4
Top = 4
Width = 282
Height = 353
Align = alClient
AutoSize = True
end
object Bevel1: TBevel
Left = 8
Top = 8
Width = 273
Height = 345
Shape = bsFrame
end
object Label1: TLabel
Left = 16
Top = 12
Width = 261
Height = 153
AutoSize = False
Caption =
'xTools by Fabula Software Sch�tzenstr. 26 L�neburg, Germany ' +
' Phone ++49 (04131) 55 041 Fax ++49 (04131) 52 495 Web www' +
'.fabula.com'
Font.Color = clBlack
Font.Height = -16
Font.Name = 'Courier New'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
WordWrap = True
end
end
object Timer: TTimer
Interval = 10000
OnTimer = TimerTimer
Left = 236
Top = 192
end
end